-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce duplicate code between various backend templates #411
base: main
Are you sure you want to change the base?
Conversation
… updated $ref syntax (matching certificates).
…software-src/riscv-unified-db into big-beautiful-refactoring
…if a different design was passed to it which seems bizzare since it goes out of its way to support having a different type for different designs. So, I modified it to work like the type cache in ast and do what I think it wanted to do in the first place.
…software-src/riscv-unified-db into big-beautiful-refactoring
…ke it clearer the return type since I found bugs in the code related to this.
…n't have (i.e. in @config). Also true for implemented and prohibited.
…ns, CSRs, and traps that aren't in the configuration). Still need to fix traps and interrupts.
…chitecture inheritence from Architecture.
…seems to have failed incorrectly).
…o frontend /arch files. And, also igore *.bak files in Git.
… (especially rakefiles). Now use cfg "_" instead of rv32 or rv64 since there really is no difference in the generated design.
Ooops, meant to make this a draft PR. |
…file & CRD tasks.rake into it.
…ios. Also created include_erb method in PortfolioDesign that invokes ERB partial templates with a standard set of locals.
I'd like to get this merged into main. |
Not to be a pain, but it would be nice if each commit was reasonably understandable standalone:
I'm looking at "One more fix" and "Finished" in particular. ;-) We don't have contribution guidelines, but we probably should start thinking about that. The generations that follow us might need to understand why we made the choices we made. :-) |
No description provided.