Skip to content

Commit

Permalink
fixes for RTL testbenches with mgmt core wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdi committed Dec 5, 2021
1 parent 3246e64 commit 619163a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion verilog/rtl/caravel.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// `default_nettype none
`ifdef SIM
`default_nettype wire
`endif
// SPDX-FileCopyrightText: 2020 Efabless Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions verilog/rtl/digital_pll.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
// Digital PLL (ring oscillator + controller)
// Technically this is a frequency locked loop, not a phase locked loop.

`ifndef SIM
`include "digital_pll_controller.v"
`include "ring_osc2x13.v"
`endif

module digital_pll(
`ifdef USE_POWER_PINS
Expand Down

0 comments on commit 619163a

Please sign in to comment.