Browse Source

litesdcard: Fix and regenerate Verilog

Fix the litex generate script to pass frequencies in Hz. Regenerate
the litesdcard Verilog for both Xilinx and Lattice. This fixes
litesdcard on my Nexys Video.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fix-sdcard
Anton Blanchard 8 months ago committed by Anton Blanchard
parent
commit
83fe8b629c
  1. 2
      litesdcard/gen-src/generate.sh
  2. 1720
      litesdcard/generated/lattice/litesdcard_core.v
  3. 1720
      litesdcard/generated/xilinx/litesdcard_core.v

2
litesdcard/gen-src/generate.sh

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/bash

# vendor:sysclk
VENDORS="xilinx:100 lattice:48"
VENDORS="xilinx:100e6 lattice:48e6"

ME=$(realpath $0)
echo ME=$ME

1720
litesdcard/generated/lattice/litesdcard_core.v

File diff suppressed because it is too large Load Diff

1720
litesdcard/generated/xilinx/litesdcard_core.v

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save