Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Dec 21, 2024
1 parent 5166025 commit 3883d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/examples/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For this step make sure you have Iverilog and/or Verilator installed on your sys
Lets create a simple verilog testbench file:

import CodeBlock from '@theme/CodeBlock';
export const tb_v = require('!!raw-loader!../../../examples/sim_example/tb.v')?.default;
export const cmakelists = require('!!raw-loader!../../../examples/sim_example/CMakeLists.txt')?.default;
export const tb_v = require('!!raw-loader!../../../examples/simple_verilog/tb.v')?.default;
export const cmakelists = require('!!raw-loader!../../../examples/simple_verilog/CMakeLists.txt')?.default;

## tb.v

Expand Down

0 comments on commit 3883d33

Please sign in to comment.