Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
584 contributions in the last year
Contribution activity
September 2020
Created an issue in steveicarus/iverilog that received 1 comment
Assertion failure from within vthread.cc
Consider the following SV design: module top; task test_task; begin fork begin $display("Process #1"); #20 $display ("Process #1 -- completes"); end …
1
comment