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
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.
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.