mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
serv/cores: fix verilog top level (use serv_rf_top instead of serv_top), working :).
This commit is contained in:
parent
2efd939d06
commit
1f9db583fd
1 changed files with 1 additions and 1 deletions
|
@ -88,4 +88,4 @@ class SERV(CPU):
|
|||
|
||||
def do_finalize(self):
|
||||
assert hasattr(self, "reset_address")
|
||||
self.specials += Instance("serv_top", **self.cpu_params)
|
||||
self.specials += Instance("serv_rf_top", **self.cpu_params)
|
||||
|
|
Loading…
Reference in a new issue