Ned Bingham

Results 13 issues of Ned Bingham

This source wouldn't actually source any tokens, it would just keep the data rails neutral.

simulator
feature

``` deftype _c1of2 R.f+ ~_R.t -> R.t+ Reset | R.f | R.t -> L.e- ~R.e & ~L.f -> _R.f+ ~R.e & ~L.t -> _R.t+ _R.f -> R.f- _R.t -> R.t-...

simulator

``` template defproc x() { } template typedef x x2; x2 a; ``` ``` haccreate test.prso test.prso-c Error unroll-resolving parameter values. ERROR in expression 1 of param expr list: pint-val-ref...

diagnostic
language front-end

``` export template defchan eMx1ofN

language front-end

``` #FILE "x.hac" %{ pint TOOL_SIM = 1; pint TOOL_NETLIST = 2; %} #FILE "y.prs" %{ #FILE "z.prs" %{ #FILE "w.prs" %{ preal pn = 2.0; pint lsz = 10;...

language front-end

We need to generate the verilog and spice testbenches for prsim-verilog-spice cosimulation for Synopsys VCS and Cadence Incisive. For example, if we have the following files: test.prs: ``` import "source.prs";...

workflow

export defchan ev1of2 _ch_e- _ch_e => ch.f- _ch_e | ~_ch_e -> ch.t- } ch.v = ch.f; } source dut; prsim> channel dut.ch ev:0 :0 d:2 Channel acknowledge is not allowed...

diagnostic
simulator

when running spice-verilog-prsim cosimulation, all variations of $prsim_cmd("timing random") will hang.

simulator

It looks like you forgot to implement watchall-values

simulator

spec { assert() } needs to be able to print a given message. Maybe like this? spec { assert() }

diagnostic
language front-end