Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/cgo25 #2

Merged
merged 61 commits into from
Aug 19, 2024
Merged

Feature/cgo25 #2

merged 61 commits into from
Aug 19, 2024

Conversation

DavideConficconi
Copy link
Collaborator

No description provided.

thegoldgoat and others added 30 commits May 19, 2023 16:08
This let us keep our original switching logic, but we need the arbiter
on the first input to always grant the input_pc_and_cc_id: this is
needed because we are artificially granting it using the ready signal
of the first fifo, hence we do not have any way to stall it.

This was done to avoid a deadlock on the switch not sending a valid signal
until it receives a ready signal, and the arbiter not sending a ready signal until it
receives a valid signal - hence we had a deadlock.
1. Python script that generates a CSV {input, regex_file_path, result}
2. New testbench that reads the CSV and runs the tests
3. Fixed vectorial engine range of a signal
4. Removed check in coprocessor_top (should not be needed?)
Filter protomata regexes  valid for compiler regex specification
Compile all those regexes with Py and C++ compilers
Compare code sizes
1. measuring compile time and compile size of each benchmark/compiler
2. dividing Brill benchmark input
3. Filtering and transforming regexes from the Brill benchmark
4. Scalable way to execute benchmark on board
BRAM read port and CACHE_BLOCK_WIDTH needed to be adjusted to fit CC_ID_BITS > 3
Added instruction for development (+ testing + deployment + benchmarking)
Fixed driver to accomodate CC_ID_BITS up to 32
Moved script to start synthesis and added script to extract bitstreams
thegoldgoat and others added 29 commits April 2, 2024 20:56
1. Updated README files
2. Added script to automatically download and preprocess benchmarks
3. Add in-tree downloaded and preprocessed benchmarks, for convenience
This is useful to automate running the different benchmarks in different steps
Provide some pre-made configurations for all test_top.py configurations
Then, add a script that runs the benchmark applying a new configuration each time
Automatic aggregation script to reproduce results of paper
@DavideConficconi DavideConficconi merged commit a177626 into master Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants