Skip to content

Commit

Permalink
Fixed LEF
Browse files Browse the repository at this point in the history
  • Loading branch information
WallieEverest committed Sep 4, 2024
1 parent 8c6cb4b commit 5d626fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ project:
tiles: "1x2" # Valid values for analog projects: 1x2, 2x2

# How many analog pins does your project use?
# analog_pins: 1 # Valid values: 0 to 6
analog_pins: 2 # Valid values: 0 to 6
analog_pins: 1 # Valid values: 0 to 6
#analog_pins: 2 # Valid values: 0 to 6
uses_3v3: true # Set to true if your project uses 3.3V (VAPWR) in addition to 1.8V (VDPWR)

# Your top module name must start with "tt_um_". Make it unique by including your github username:
# top_module: "tt_um_morningjava_r2r_from_matt"
top_module: "tt_um_morningjava"
top_module: "tt_um_morningjava_r2r_from_matt"
#top_module: "tt_um_morningjava"
# List your project's source files here. Source files must be in ./src and you must list each source file separately, one per line:
source_files:
# - "project.v"
- "tt_um_morningjava.v"
- "project.v"
# - "tt_um_morningjava.v"

# The pinout of your project. Leave unused pins blank. DO NOT delete or add any pins.
pinout:
Expand Down
2 changes: 1 addition & 1 deletion lef/tt_um_morningjava.lef
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,6 @@ MACRO tt_um_morningjava
RECT 98.830 1.000 116.450 1.400 ;
RECT 118.150 1.000 135.770 1.400 ;
END
END tt_um_mattvenn_r2r_dac_3v3
END tt_um_morningjava
END LIBRARY

2 changes: 1 addition & 1 deletion lef/tt_um_morningjava_r2r_from_matt.lef
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,6 @@ MACRO tt_um_morningjava_r2r_from_matt
RECT 98.830 1.000 116.450 1.400 ;
RECT 118.150 1.000 135.770 1.400 ;
END
END tt_um_mattvenn_r2r_dac_3v3
END tt_um_morningjava_r2r_from_matt
END LIBRARY

0 comments on commit 5d626fa

Please sign in to comment.