cs-jsi / chisel4ml

Apache License 2.0
9 stars 0 forks source link

Use cde parameters #11

Closed jurevreca12 closed 8 months ago

jurevreca12 commented 8 months ago

Converted the modules to use the context-depended environment parameterization scheme. Additionally changes: -Modules now use Vec[UInt] as input/output, this allows us to avoid having to convert from UInt, to internal Vec. (still have to convert the type of Vec though, which should be solved at some point).