CIDARLAB/pyLFR

Array Declaration

ryu-bu opened this issue · 0 comments

Declaring arrays with the same size using a simpler method.

For example,

flow [2:0] A, B, C;

would be equivalent to

flow [2:0] A;
flow [2:0] B;
flow [2:0] C;