ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 89 forks source link

Don't initialize the channels until we know how big they need to be - #665 #666

Closed ucbjrl closed 8 years ago

ucbjrl commented 8 years ago

NOTE - This requires a new init_channels() method which must be called after init_sim_data(). Use symbolic constants in Tester.scala and sim_api.h for the channel data offset. Run TesterTests with both C++ and Verilog backends (if the latter is available). Add a test for dynamically sized channel code.

Update vcs support for big IOs.

da-steve101 commented 8 years ago

Nice! fixed #665 Thanks