We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a0698 commit 5f5b88eCopy full SHA for 5f5b88e
src/top.v
@@ -6,7 +6,7 @@
6
// `include "shreg.v"
7
8
`default_nettype none
9
-
+(* keep_hierarchy = "yes" *)
10
module tt_um_cpu_top (
11
input wire [7:0] ui_in, // Inputs for instruction data (through DIP switches)
12
output wire [7:0] uo_out, // Outputs to drive LEDs
0 commit comments