OpenCores
URL https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [trunk/] [vc/] [sim/] [compile.sh] - Diff between revs 47 and 79

Show entire file | Details | Blame | View Log

Rev 47 Rev 79
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
#
#
# Asynchronous SDM NoC
# Asynchronous SDM NoC
# (C)2011 Wei Song
# (C)2012 Wei Song
# Advanced Processor Technologies Group
# Advanced Processor Technologies Group
# Computer Science, the Univ. of Manchester, UK
# Computer Science, the Univ. of Manchester, UK
#
#
# Authors:
# Authors:
# Wei Song     wsong83@gmail.com
# Wei Song     wsong83@gmail.com
Line 27... Line 27...
rm *.so
rm *.so
 
 
# compile verilog files
# compile verilog files
# cell library
# cell library
ncvlog -nowarn RECOMP ../../lib/NangateOpenCellLibrary_typical_conditional.v
ncvlog -nowarn RECOMP ../../lib/NangateOpenCellLibrary_typical_conditional.v
# synthesized design
# the synthesised netlist, available after synthesis
ncvlog ../syn/file/router_syn.v
ncvlog ../syn/file/router_syn.v
# other verilog test bench files
# other verilog test bench files
ncvlog     -incdir ../ ../../common/tb/anaproc.v
ncvlog     -incdir ../ ../../common/tb/anaproc.v
ncvlog -sv -incdir ../ ../tb/rtwrapper.v
ncvlog -sv -incdir ../ ../tb/rtwrapper.v
ncvlog     -incdir ../ ../tb/netnode.v
ncvlog     -incdir ../ ../tb/netnode.v

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.