mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 22:25:00 -04:00
Silence lint re missing pins on cell instances
This commit is contained in:
parent
69fc33c524
commit
3110d1218d
3 changed files with 6 additions and 0 deletions
|
@ -149,8 +149,10 @@ module application_fpga(
|
|||
//----------------------------------------------------------------
|
||||
// Use the FPGA internal High Frequency OSCillator as clock source.
|
||||
// 00: 48MHz, 01: 24MHz, 10: 12MHz, 11: 6MHz
|
||||
/* verilator lint_off PINMISSING */
|
||||
SB_HFOSC #(.CLKHF_DIV("0b10")
|
||||
) u_hfosc (.CLKHFPU(1'b1),.CLKHFEN(1'b1),.CLKHF(clk));
|
||||
/* verilator lint_on PINMISSING */
|
||||
|
||||
|
||||
reset_gen #(.RESET_CYCLES(200))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue