[go: nahoru, domu]

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

Question about and2_output_verilog.v in full_testbench #1585

Closed
Lukemagik opened this issue Feb 27, 2024 · 2 comments
Closed

Question about and2_output_verilog.v in full_testbench #1585

Lukemagik opened this issue Feb 27, 2024 · 2 comments

Comments

@Lukemagik
Copy link

Hello, I'm new to this software and I'm going through the initial tutorials.
I have a question regarding the file _output_verilog.v that is generated in the full testbench tutorial.
and2

Shouldn't this be the netlist? Why is it implemented using shifts rather than with a LUT?

@yunuseryilmaz18
Copy link
Contributor

@Lukemagik sorry for the late answer. This is a synthesized netlist from yosys to check whether FPGA is programmed correctly in the testbenches. The BLIF file in the folder can be more useful if you're searching how a LUT formed in this task.

@tangxifan
Copy link
Collaborator

Thanks @yunuseryilmaz18 for the prompt answer. The verilog is an output from yosys, which is a rewrite for your original RTL. We use this file as a reference in openfpga_flow to validate the correctness of FPGA fabric.

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

No branches or pull requests

3 participants