Fixing up the empty drivers

This commit is contained in:
Yannick Reiß 2024-03-18 11:11:49 +01:00
parent 814f78a122
commit 652b77e425
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ module tt_um_yannickreiss_lights_out (
assign uo_out[7] = field8;
assign uio_out[0] = field9;
// uio_out map to zero
assign uio_out[7:1] = 7'b0;
always @(posedge clk) begin
if (ena == 1'b1) begin
if (rst_n == 1'b1) begin