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

Restore the Netlist flow #1480

Merged
merged 2 commits into from
Feb 24, 2024
Merged

Restore the Netlist flow #1480

merged 2 commits into from
Feb 24, 2024

Conversation

alaindargelas
Copy link
Contributor

@alaindargelas alaindargelas commented Feb 24, 2024

Restore the Netlist compilation flow.
The new Netlist compilation flow looks like the following in a raptor.tcl project:

# Gate level netlist input example

# Specifc project type "gate-level"
create_design AES_DECRYPT_GATE -type gate-level

target_device 1VG28

# Specific command to load a netlist file
read_netlist aes_decrypt.v

add_constraint_file aes_decrypt_gate.sdc

# Analyze the Verilog netlist (Hierarchy)
analyze 

# MUST: Synthesis only converts Verilog to Eblif for VPR (No optimization)
synthesize

packing
place
route
sta
power
bitstream

Copy link

codecov bot commented Feb 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 14.03%. Comparing base (ed2bf6a) to head (1ad8e18).

❗ Current head 1ad8e18 differs from pull request most recent head d4254ee. Consider uploading reports for the commit d4254ee to get more accurate results

Files Patch % Lines
src/Compiler/CompilerOpenFPGA.cpp 0.00% 7 Missing ⚠️
src/Compiler/Compiler.cpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1480      +/-   ##
==========================================
- Coverage   14.03%   14.03%   -0.01%     
==========================================
  Files         282      282              
  Lines       32009    32011       +2     
  Branches    18353    18354       +1     
==========================================
  Hits         4492     4492              
- Misses      26514    26516       +2     
  Partials     1003     1003              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alaindargelas alaindargelas merged commit 215cc8a into main Feb 24, 2024
2 checks passed
@alaindargelas alaindargelas deleted the netlist_flow branch February 24, 2024 05:32
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.

1 participant