URL
https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk
Subversion Repositories async_sdm_noc
Compare Revisions
- This comparison shows the changes necessary to convert path
/async_sdm_noc/trunk/sdm/sim
- from Rev 37 to Rev 79
- ↔ Reverse comparison
Rev 37 → Rev 79
/compile.sh
1,7 → 1,7
#!/bin/bash |
# |
# Asynchronous SDM NoC |
# (C)2011 Wei Song |
# (C)2012 Wei Song |
# Advanced Processor Technologies Group |
# Computer Science, the Univ. of Manchester, UK |
# |
29,7 → 29,7
# compile verilog files |
# cell library |
ncvlog -nowarn RECOMP ../../lib/NangateOpenCellLibrary_typical_conditional.v |
# synthesized design |
# the synthesised netlist, available after synthesis |
ncvlog ../syn/file/router_syn.v |
# other verilog test bench files |
ncvlog -incdir ../ ../../common/tb/anaproc.v |