Skip to content
Snippets Groups Projects
Commit ab8db5e5 authored by Matheus Horstmann's avatar Matheus Horstmann :horse:
Browse files
parent a63b8c48
Branches master
No related tags found
No related merge requests found
...@@ -4,3 +4,6 @@ all: ...@@ -4,3 +4,6 @@ all:
ghdl -e --ieee=synopsys -fexplicit MRstd_tb ghdl -e --ieee=synopsys -fexplicit MRstd_tb
./mrstd_tb --stop-time=1000ns --vcd=mrstd.vcd ./mrstd_tb --stop-time=1000ns --vcd=mrstd.vcd
gtkwave mrstd.vcd gtkwave mrstd.vcd
clean:
rm *.o *.vcd *.cf mrstd_tb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment