aboutsummaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Collapse)Author
2024-05-28add uart_rx_edgeFriedrich Beckmann
2024-05-27uart rxFriedrich Beckmann
2024-05-15sim/makefile: added synth step to simFriedrich Beckmann
The --synth step finds std_ulogic violations with several drivers
2024-05-14add top_uartFriedrich Beckmann
2024-05-10add pwmFriedrich Beckmann
2024-05-10add top_countFriedrich Beckmann
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-04-28top_shift: add edge.vhd and ringcnt.vhd as empty modulesFriedrich Beckmann
2024-03-07add top_shift and simulationFriedrich Beckmann