echo "STARTING run.bash";
curl -o testbench.sv --no-sessionid -H "Cache-Control: no-cache" --tlsv1.2 <github URL to source file>;
cat testbench.sv;
vlib work && vlog '-timescale' '1ns/1ns' testbench.sv && vsim -c -do "vsim +access+r; run -all; exit";
rm testbench.sv;
-
Notifications
You must be signed in to change notification settings - Fork 0
tfiwm/systemverilog_snippets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
All sorts of systemverilog constructs with examples
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published