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

Obfuscation tool is obfuscating DEFINES being used #2219

Open
ygiladTT opened this issue Aug 1, 2024 · 0 comments
Open

Obfuscation tool is obfuscating DEFINES being used #2219

ygiladTT opened this issue Aug 1, 2024 · 0 comments
Labels
formatter Verilog code formatter issues

Comments

@ygiladTT
Copy link

ygiladTT commented Aug 1, 2024

Take for example the following code:

assign next_state = state == `IDLE;

after obfuscation this would become something like this :

assign uDhy8fNtQRUnAfEqu7LnP3 = current_instr_type == `GBOk6VSLFrf;

however in our compilation scripts, we have specific DEFNED values which can't be consumed
please add an option to maintain define names

@ygiladTT ygiladTT added the formatter Verilog code formatter issues label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatter Verilog code formatter issues
Projects
None yet
Development

No branches or pull requests

1 participant