Skip to content

Commit

Permalink
Merge pull request #234 from yrabbit/tangnano4k
Browse files Browse the repository at this point in the history
Examples. Describe the Tangnano4k clock pin.
  • Loading branch information
yrabbit authored Feb 9, 2024
2 parents baf9b1f + 0d63248 commit 4ad5c14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/himbaechel/tangnano4k.cst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ IO_LOC "led[4]" 31;
IO_LOC "led[5]" 32;
IO_LOC "key_i" 15;
IO_LOC "rst_i" 14;

IO_LOC "clk" 45;
CLOCK_LOC "clk" BUFG;


IO_PORT "key_i" PULLMODE=UP;
IO_PORT "rst_i" PULLMODE=UP;
IO_PORT "key_i" PULL_MODE=UP;
IO_PORT "rst_i" PULL_MODE=UP;

// oser
IO_LOC "oser_out" 35;
Expand Down

0 comments on commit 4ad5c14

Please sign in to comment.