This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
cryptocores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add .PHONY to clean target
master
T. Meissner
10 years ago
parent
3531c69ce1
commit
8f575798ea
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
des/sim/verilog/makefile
+ 1
- 0
des/sim/verilog/makefile
View File
@ -47,6 +47,7 @@ wave_pipe : tb_des_pipe.vcd
wave_iter
:
tb_des_iter
.
vcd
gtkwave -S tb_des.tcl tb_des_iter.vcd
&
.PHONY
:
clean
clean
:
echo
"# cleaning simulation files"
rm -f tb_des_*
Write
Preview
Loading…
Cancel
Save