vincent-mirian-google

Results 7 comments of vincent-mirian-google

There is conflict with base. When resolved, I am open to help merge this.

Thanks for the reply @jbaileyhandle. I don't have any objections. If @hongted @meheff @cdleary don't have any objections, we can close the PR. Best.

Is there a manner to provide a initial state to the proc in the interpreter? I believe it is posible from the IR converter. If the proc is not used...

Just to add: the config file may contain the syntax representation of the DSLX imports: https://github.com/google/xls/issues/352.

Also, what does it mean as a member of a tuple? ``` proc main { x1: chan in u2; x5: chan in s8; x11: chan in s15; config(x15: chan in...

From #735 A thought is to have the initial values declared in a 'parameter list' for the proc. In the following example, 'main(**u32: 1**)' has the inital values. ``` proc...

At head of repo: Receive: ``` 0011: let x6: u1 = (x5) = (u1:0x0)) else (((x2) as u1))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ ParseError: Expected ')' for construct starting with '(' @ sample.x:11:24-11:25, got...