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

cec: Modifying algorithm for generating simulation vectors for SAT sweeping (SimGen) and adding new feature to specify the simulation vector of the PIs for SAT sweeping algorithm. #353

Merged
merged 9 commits into from
Dec 24, 2024

Conversation

Carmine50
Copy link
Contributor

@Carmine50 Carmine50 commented Dec 24, 2024

Overview

The following pull request modifies the algorithm to generate simulation patterns and adds a new feature in the SAT sweeping algorithm to specify the input vector simulation.

Simulation Pattern Generation

The previous command &fraigSimGen has been updated to &adv_sim_gen. The primary changes include removing the SAT sweeping algorithm and adding a feature to store the generated simulation vector in the GIA class's vSimsPi data structure. Additionally, the CLI option -S now specifies the number of words in the random simulation, replacing its previous interpretation as the bitwidth of the simulation. There is also a new CLI option -F to specify the filename where to save the generated input vectors.

SAT Sweeping New Feature

The new feature in the SAT sweeping algorithm X allows specifying the PI vector for simulation by setting the vSimsPi data structure.

@alanminko alanminko merged commit ef8230d into berkeley-abc:master Dec 24, 2024
9 checks passed
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.

2 participants