Skip to content

Commit

Permalink
Remove old clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
yrabbit committed Feb 14, 2025
1 parent a0ea843 commit ffe0183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 411 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ all: apycula/GW1N-1.pickle apycula/GW1N-9.pickle apycula/GW1N-4.pickle \
%_stage1.pickle: apycula/tiled_fuzzer.py
python3 -m apycula.tiled_fuzzer $*

%_stage2.pickle: apycula/clock_fuzzer.py %_stage1.pickle
python3 -m apycula.clock_fuzzer $*

%_stage3.pickle: apycula/find_sdram_pins.py %_stage2.pickle
%_stage2.pickle: apycula/find_sdram_pins.py %_stage1.pickle
python3 -m apycula.find_sdram_pins $*

apycula/%.pickle: %_stage3.pickle
apycula/%.pickle: %_stage2.pickle
gzip -c $< > $@

clean:
Expand Down
Loading

0 comments on commit ffe0183

Please sign in to comment.