1
0
forked from tanchou/Verilog
Files
Verilog_Louis/Help/presentation_examples/blink/constraints/blink_led.cst
Gamenight77 f5e73d7379 struct
2025-05-02 15:51:18 +02:00

4 lines
126 B
Plaintext

IO_LOC "led" 15;
IO_PORT "led" PULL_MODE=UP DRIVE=8 BANK_VCCIO=1.8;
IO_LOC "clk" 4;
IO_PORT "clk" PULL_MODE=UP BANK_VCCIO=1.8;