Simulator compatibility updates

This commit is contained in:
Alex Mykyta
2023-10-22 20:43:34 -07:00
parent d689bb7077
commit b5b1ba790e
29 changed files with 244 additions and 111 deletions

View File

@@ -1,8 +1,10 @@
{% sv_line_anchor %}
module tb;
timeunit 1ns;
timeunit 10ps;
timeprecision 1ps;
`define bitswap(x) ($bits(x))'({<<{x}})
logic rst = '1;
logic clk = '0;
initial forever begin