Skip to content

Commit

Permalink
[top_earlgrey] Use SPI_DEV_CLK as scan clock
Browse files Browse the repository at this point in the history
Select SPI_DEV_CLK as scan clock input. Because it is originally a clock
anyway, the DIO connects to a minimal amount of flops.

An alternate choice might be the EXT_CLK input, which would avoid some
of the complex timing constraints already on the SPI_DEV_CLK pad.

Signed-off-by: Alexander Williams <[email protected]>
  • Loading branch information
a-will committed Jun 25, 2024
1 parent a659d27 commit d421f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/rtl/scan_role_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package scan_role_pkg;
parameter scan_role_e DioPadSpiDevD1ScanRole = NoScan;
parameter scan_role_e DioPadSpiDevD2ScanRole = NoScan;
parameter scan_role_e DioPadSpiDevD3ScanRole = NoScan;
parameter scan_role_e DioPadSpiDevClkScanRole = NoScan;
parameter scan_role_e DioPadSpiDevClkScanRole = ScanClock;
parameter scan_role_e DioPadSpiDevCsLScanRole = NoScan;
parameter scan_role_e DioPadUsbPScanRole = NoScan;
parameter scan_role_e DioPadUsbNScanRole = NoScan;
Expand Down

0 comments on commit d421f2a

Please sign in to comment.