mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
serving: Tie off extension interface
This commit is contained in:
parent
5cc7b0cbe1
commit
7abd9bbbe1
1 changed files with 8 additions and 1 deletions
|
@ -230,6 +230,13 @@ module serving
|
|||
.o_dbus_we (wb_dbus_we),
|
||||
.o_dbus_cyc (wb_dbus_stb),
|
||||
.i_dbus_rdt (wb_dbus_rdt),
|
||||
.i_dbus_ack (wb_dbus_ack));
|
||||
.i_dbus_ack (wb_dbus_ack),
|
||||
|
||||
.o_ext_funct3 (),
|
||||
.i_ext_ready (1'b0),
|
||||
.i_ext_rd (32'd0),
|
||||
.o_ext_rs1 (),
|
||||
.o_ext_rs2 (),
|
||||
.o_mdu_valid ());
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue