Open
Conversation
Add bp_processor (Black-Parrot quad-core, e_bp_multicore_4_cfg) as a new HighTide benchmark design. RTL is generated from SystemVerilog via sv2v, with large SRAM memories (>= 1024 bits) mapped to FakeRAM macros to keep ABC synthesis tractable (~304K gates, 140 SRAM macros, 7.5 min synth). - setup.sh: sv2v conversion from Black-Parrot repo flist.vcs, followed by patch_mem.py (strips bsg_mem_*_synth register arrays) and gen_fakeram.py (generates FakeRAM LEF/LIB and parameterized macros.v replacements) - 8 FakeRAM configs for ASAP7 (512x64, 512x8, 128x8, 64x184, 64x50, 32x66, 32x48, 8x174) - Hierarchical synthesis with SYNTH_MINIMUM_KEEP_SIZE=500 - 1500ps clock period, 800x800 die area
Restructure to match the liteeth convention where the design family is the parent directory and specific configurations are subdirectories.
Macros were consuming 50% of core area at 800x800 (56% utilization). New 1020x1020 die gives ~34% utilization for macro halos and routing. Added PLACE_PINS_ARGS to spread IO pins on perimeter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial bp_quad design working.