Skip to content

Commit c120aaf

Browse files
committed
Added LICENSE.txt file with one line forwarding to COPYING; added Verilog simulator info in README
1 parent 83ed113 commit c120aaf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See COPYING for copyright and license details.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,19 @@ commands to execute the smoke test:
138138
$ cd examples/smoke_test/
139139
$ make smoke_test
140140

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+
141154
----------------------------------------------------------------
142155

143156
### Running BSC

0 commit comments

Comments
 (0)