olofk / serv

SERV - The SErial RISC-V CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using wb_intercon for servant

tcmichals opened this issue · comments

Why did you not use wb_intercon for creating the the mux and arbiter for the RAM/ROM? I was going to use wb_intercon and serv for a project.

I was using it initally. But since SERV was originally built for a contest to create the smallest SoC, I had to take as many shortcuts and possible. And for that reason I moved to a handcrafted interconnect instead where I could hardcode as much as humanly possible.

Now that I'm less focused on saving gates outside of the CPU, it would probably make sense to reintroduce wb_intercon so that it's easier to extend the SoC

Closing this since the original issue was more a question than an issue, and that question has been answered