You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will make it easier for us to validate pull requests like PR #1. You can look at DragonPHY as an example for how to set this up. The key things are to:
This will make it easier for us to validate pull requests like PR #1. You can look at DragonPHY as an example for how to set this up. The key things are to:
fault2
agent in .buildkite/pipeline.ymlncsim
simulator, my main tips are:flags
argument to pass the-sv
flag. This is needed because some files in DaVE use SystemVerilog syntax but have a.v
extension.defines
:{'DAVE_TIMEUNIT': '1fs', 'NCVLOG': None}
.DAVE_TIMEUNIT
could be set to any valid time unit like'1ps'
,'1ns'
, etc.inc_dirs
includes$mLINGUA_DIR/samples
(may have to resolve that to an absolute path for fault)The text was updated successfully, but these errors were encountered: