Skip to content

Commit

Permalink
Fix a mistype.
Browse files Browse the repository at this point in the history
Signed-off-by: YRabbit <[email protected]>
  • Loading branch information
yrabbit committed Feb 3, 2024
1 parent 6d7ec2a commit 0d63248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/himbaechel/tangnano4k.cst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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 0d63248

Please sign in to comment.