ucb-bar / midas

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

Catapult #23

Closed donggyukim closed 7 years ago

donggyukim commented 7 years ago

@davidbiancolin @sagark Finally, strober examples run in catapult with this branch. It didn't test this with midas-top because compiling riscv-fesvr is not trivial with visual studio. But, we may want to merge pywrite on top of this PR to move forward.

aswaterman commented 7 years ago

well done, @donggyukim !

davidbiancolin commented 7 years ago

Nice job, Donggyu. I've skimmed through most of this PR, but i think it would be really helpful if you summarized the major changes in the PR. This is a massive set of changes.

Some general concerns:

davidbiancolin commented 7 years ago

I think we should just keep this a separate dev branch until we clean everything up post retreat.

donggyukim commented 7 years ago

Yeah, I agree that this PR is very hard to grasp. Here's my summary:

donggyukim commented 7 years ago

To answer @davidbiancolin's concerns:

donggyukim commented 7 years ago

In addition, I cannot assume that users will install Cygwin in the catapult node, so I should've supported Powershell with Gow by fixing makefile as in 83b90fa.