Skip to content

Commit

Permalink
confirmed FPGA reconfiguration is now working. #153
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed Jan 1, 2020
1 parent 12806e4 commit aee1638
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion iomap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ GS $D6BE.5-4 - Touch pad touch #2 Y MSBs
GS $D6BF.7 - Enable/disable touch panel I2C communications
GS $D6C0.0-3 - Touch pad gesture directions (left,right,up,down)
GS $D6C0.7-4 - Touch pad gesture ID
GS $D6C8-B - Address of bitstream in boot flash for reconfiguration
GS $D6CF - Write $42 to Trigger FPGA reconfiguration to switch to alternate bitstream.
GS $D6D0 - I2C bus select (bus 0 = temp sensor on Nexys4 boardS)
GS $D6D1.0 - I2C reset
GS $D6D1.1 - I2C command latch write strobe (write 1 to trigger command)
Expand Down Expand Up @@ -726,7 +728,7 @@ GS $D6EB ETH:MACADDR3 Ethernet MAC address
GS $D6EC ETH:MACADDR4 Ethernet MAC address
GS $D6ED ETH:MACADDR5 Ethernet MAC address
GS $D6EE ETH:MACADDR6 Ethernet MAC address
GS $D6EF ETH:DBGRXSTAT DEBUG show current ethernet RX state
GS $D6EF ETH:DBGTXSTAT DEBUG show current ethernet RX state
GS $D6F0 - LCD panel brightness control
GS $D6F2 - Read FPGA five-way buttons
GS $D6F3 - Accelerometer bit-bashing port
Expand Down
8 changes: 7 additions & 1 deletion vivado/mega65r2.xpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Project Version="7" Minor="35" Path="/home/paul/Projects/mega65/mega65-core/vivado/mega65r2.xpr">
<DefaultLaunch Dir="$PRUNDIR"/>
<Configuration>
<Option Name="Id" Val="df6d613b4a754cd5a63802b28114871b"/>
<Option Name="Id" Val="7360153c45ba48bdb66484fb4d44e5a1"/>
<Option Name="Part" Val="xc7a100tfgg484-1"/>
<Option Name="CompiledLibDir" Val="$PCACHEDIR/compile_simlib"/>
<Option Name="CompiledLibDirXSim" Val=""/>
Expand Down Expand Up @@ -70,6 +70,12 @@
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../src/vhdl/reconfig.vhdl">
<FileInfo>
<Attr Name="UsedIn" Val="synthesis"/>
<Attr Name="UsedIn" Val="simulation"/>
</FileInfo>
</File>
<File Path="$PPRDIR/../src/vhdl/debugtools.vhdl">
<FileInfo>
<Attr Name="UsedIn" Val="synthesis"/>
Expand Down

0 comments on commit aee1638

Please sign in to comment.