Added serv and made a blinky testbench for it

This commit is contained in:
2026-02-21 19:24:18 +01:00
parent 3b04f3a6be
commit a261264fda
12 changed files with 284 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ module top_generic(
output wire[5:0] r2r
);
`include "util/conv.vh"
`include "../util/conv.vh"
assign led_green = 1'b0;
assign led_red = 1'b0;