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 removing of testbench binary to clean target
master
T. Meissner
10 years ago
parent
82ae83f1dc
commit
393757693e
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/vhdl/makefile
+ 1
- 0
des/sim/vhdl/makefile
View File
@ -34,6 +34,7 @@ wave : tb_des.ghw
clean
:
echo
"# cleaning simulation files"
rm -f tb_des
rm -f *.o
rm -f tb_des.ghw
rm -f work*.cf
Write
Preview
Loading…
Cancel
Save