3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Merge pull request #2019 from boqwxp/glift

Add `glift` command for creating gate-level information flow tracking models and optimization problems
This commit is contained in:
Claire Xen 2022-02-11 15:51:24 +01:00 committed by GitHub
commit e016518866
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 7849 additions and 1 deletions

View file

@ -42,4 +42,5 @@ backends/firrtl @ucbjrl @azidar
passes/sat/qbfsat.cc @boqwxp
passes/sat/qbfsat.h @boqwxp
passes/cmds/exec.cc @boqwxp
passes/cmds/glift.cc @boqwxp
passes/cmds/printattrs.cc @boqwxp