ctrl_wires: add x_to_a_shift_1 signal
This commit is contained in:
parent
974a51b403
commit
861d93d2fa
@ -21,13 +21,14 @@ module heron_ctrl_wires (
|
|||||||
s_to_a_shift_1,
|
s_to_a_shift_1,
|
||||||
s_to_b,
|
s_to_b,
|
||||||
x_to_a,
|
x_to_a,
|
||||||
|
x_to_a_shift_1,
|
||||||
x_to_b_shifted
|
x_to_b_shifted
|
||||||
);
|
);
|
||||||
|
|
||||||
input [22:0] ctrl_bus;
|
input [22:0] ctrl_bus;
|
||||||
`define CTRL_WIRE(name,port) \
|
`define CTRL_WIRE(name,port) \
|
||||||
output name; \
|
output name; \
|
||||||
assign name = ctrl_bus[port];
|
assign name = ctrl_bus[port];
|
||||||
`include "heron_ctrl_wires.v"
|
`include "heron_ctrl_wires.v"
|
||||||
`undef CTRL_WIRE
|
`undef CTRL_WIRE
|
||||||
endmodule
|
endmodule
|
||||||
|
Loading…
Reference in New Issue
Block a user