With openfpga, is there a way to get a required fabric corresponding to a given RTL design?. In other words, my tool input will be a verilog design and tool should output fpga fabric that can fit the input design.
@findnabeel You can just enable auto-sizing when calling vpr in OpenFPGA. Then it will give the smallest fabric which can accommodate your RTL design. See the following example:
With openfpga, is there a way to get a required fabric corresponding to a given RTL design?. In other words, my tool input will be a verilog design and tool should output fpga fabric that can fit the input design.