aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28.gitignore: add ghdl generated files and quartus_vhdl..Friedrich Beckmann
2024-04-28top_shift: add edge.vhd and ringcnt.vhd as empty modulesFriedrich Beckmann
2024-03-11top_hex: add adderFriedrich Beckmann
2024-03-08add top_hexFriedrich Beckmann
2024-03-07top_simple: add LEDG for outputsFriedrich Beckmann
2024-03-07pnr/makefile: fixed bug in rtlview targetFriedrich Beckmann
2024-03-07add top_shift and simulationFriedrich Beckmann
2024-03-06.gitignore: added quartus generated filesFriedrich Beckmann
2024-03-06first commit with top_simple synthesisFriedrich Beckmann