Skip to content

Commit cd217be

Browse files
committed
Add LookupTopSim as launch target
Signed-off-by: Marek Pikuła <[email protected]>
1 parent 7ab4d05 commit cd217be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"request": "launch",
1010
"name": "LookupTopVerilog",
1111
"mainClass": "scalablePipelinedLookup.LookupTopVerilog"
12+
},
13+
{
14+
"type": "scala",
15+
"request": "launch",
16+
"name": "LookupTopSim",
17+
"mainClass": "scalablePipelinedLookup.LookupTopSim"
1218
}
1319
]
1420
}

0 commit comments

Comments
 (0)