File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ See COPYING for copyright and license details.
Original file line number Diff line number Diff line change @@ -138,6 +138,19 @@ commands to execute the smoke test:
138
138
$ cd examples/smoke_test/
139
139
$ make smoke_test
140
140
141
+ For the Verilog simulation, by default it builds with IVERILOG (Icarus
142
+ verilog compiler), a free and open-source Verilog simulator, which you
143
+ can install with:
144
+
145
+ $ apt-get install iverilog
146
+
147
+ Alternatively, the Makefile shows how you can point it at other
148
+ Verilog simulators such as VCS and VCSI (Synopyss), NCVERILOG and
149
+ NCSIM (Cadence) and MODELSIM (Mentor), and CVC.
150
+
151
+ Many people also routinely use VERILATOR to compile and simulate
152
+ bsc-generated Verilog.
153
+
141
154
----------------------------------------------------------------
142
155
143
156
### Running BSC
You can’t perform that action at this time.
0 commit comments