forked from wilseypa/tyvis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (10 loc) · 689 Bytes
/
Copy pathREADME
File metadata and controls
16 lines (10 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The steps to be followed to simulate a Verilog/VHDL design with savant/tyvis/Warped2 are:
1) SAVANT Parser/Code generator is necessary to generate TyVIS compliant
C++. It can be downloaded from https://github.com/CastMi/savant
2) Download Warped2, from https://github.com/CastMi/warped2
3) Refer to the installation notes/requirements to install SAVANT from the github repository.
4) Having installed Savant, invoke scram to publish the TyVIS compliant C++ code.
Command to code-generate is
scram --publish-cc design_file.vhd
5) The Equivalent C++ will be generated in work.savant_lib/ directory.
------------------------------------------------------------------------