Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Build Scala black boxes to match rocket-chip verilog black boxes #148

Open
chick opened this issue Nov 5, 2019 · 2 comments
Open

Build Scala black boxes to match rocket-chip verilog black boxes #148

chick opened this issue Nov 5, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@chick
Copy link
Collaborator

chick commented Nov 5, 2019

Rocket supplies the following verilog black boxes. The goal is to implement these in scala so treadle can run more rocket instances
AsyncResetReg.v
ClockDivider2.v
ClockDivider3.v
EICG_wrapper.v
SimDTM.v
SimJTAG.v
TestDriver.v
plusarg_reader.v

@chick chick self-assigned this Nov 5, 2019
@chick chick added the enhancement New feature or request label Nov 5, 2019
@ducky64
Copy link

ducky64 commented Nov 5, 2019

Alternatively, can some of those be replaced with Chisel modules since we now have support for async reset reg?

@chick
Copy link
Collaborator Author

chick commented Nov 5, 2019

I think they can but the goal here is to make it possible to run some existing rocket designs without having to change code (or change it too much)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants