ucb-bar / midas

FPGA-Accelerated Simulation Framework Automatically Transforming Arbitrary RTL
Other
97 stars 15 forks source link

[Golden Gate] BlackBox-based Endpoint System #130

Closed davidbiancolin closed 5 years ago

davidbiancolin commented 5 years ago

This PR removes the Chisel-type driven endpoint generation system in favor of a BlackBox-based one. Instead of providing an endpoint map, the user must bind endpoint BlackBoxes to all I/O in their system, to create a closed Chisel system that describes the target. This more cleanly separates it from the target from the host-level transformations MIDAS preforms.

This will enable the following:

davidbiancolin commented 5 years ago

Closing to change base branch