aboutsummaryrefslogtreecommitdiff
path: root/sim/makefile
AgeCommit message (Collapse)Author
2024-05-15sim/makefile: added synth step to simFriedrich Beckmann
The --synth step finds std_ulogic violations with several drivers
2024-04-28sim: make the output of the make command more verboseFriedrich Beckmann
Hans dumped all ghdl output to a logfile to have a short output on the terminal. I prefer to have a more verbose output in case of errors. In addition I fixed a problem when an error occurs during elaboration as the .ghw file is produced also when ghdl exits with an error. Now make will reproduce the error on each call.
2024-03-07add top_shift and simulationFriedrich Beckmann