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

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sim/] [run/] [run_sim] - Blame information for rev 266

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 lampret
#!/bin/csh -f
2
 
3
ncprep -f ../bin/nc.scr
4
#debussy -f ../bin/nc.scr
5
#nLint -f ../bin/nc.scr
6
#verilog -f ../bin/nc.scr
7
# mv ncverilog.log ../log/ncverilog.log
8
 
9
ncvlog -f ncvlog.args
10
if ($status != 0) then
11
  exit
12
endif
13
 
14
# Run the NC-Verilog elaborator (build the design hierarchy)
15
ncelab -f ncelab.args
16
if ($status != 0) then
17
  exit
18
endif
19
 
20
# Run the NC-Verilog simulator (simulate the design)
21
ncsim -f ncsim.args && \
22
mv flash.log ../log && \
23
mv executed.log ../log && \
24
mv sram.log ../log

powered by: WebSVN 2.1.0

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