mit-ll / CEP

The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

bootrom #1

Closed s002wjh closed 4 years ago

s002wjh commented 5 years ago

when compile with top level .v, it is missing module BootROM rom

bchetwynd commented 5 years ago

Assuming you executed the following step to generate the verilog: "make -f Makefile.vc707-u500devkit verilog"

I believe the bootrom source code is actually compiled when you execute: "make -f Makefile.vc707-u500devkit mcs"