We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a6fcb commit 8ce6e6aCopy full SHA for 8ce6e6a
src/top.v
@@ -66,7 +66,7 @@ module tt_um_cpu_top (
66
67
wire [7:0] out_result;
68
// CPU core
69
- cpu_core u_cpu_core (
+ (* keep_hierarchy = "yes" *) cpu_core u_cpu_core (
70
.clk(clk),
71
.rst_n(rst_n),
72
.opcode(opcode),
0 commit comments