f4pga/setp: remove commented QL entrypoints

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-04-23 13:48:01 +02:00
parent fbf7a4d131
commit 3b39b0325e
1 changed files with 0 additions and 9 deletions

View File

@ -40,19 +40,10 @@ wrapper_entrypoints = [
f"{sf}_write_bitstream = {shwrappers}:write_bitstream", f"{sf}_write_bitstream = {shwrappers}:write_bitstream",
f"{sf}_write_fasm = {shwrappers}:write_fasm", f"{sf}_write_fasm = {shwrappers}:write_fasm",
] if F4PGA_FAM == 'xc7' else [ ] if F4PGA_FAM == 'xc7' else [
# f"{sf}_generate_constraints = {shwrappers}:generate_constraints",
f"{sf}_pack = {shwrappers}:pack", f"{sf}_pack = {shwrappers}:pack",
f"{sf}_place = {shwrappers}:place", f"{sf}_place = {shwrappers}:place",
f"{sf}_route = {shwrappers}:route", f"{sf}_route = {shwrappers}:route",
# f"{sf}_synth = {shwrappers}:synth",
f"{sf}_write_fasm = {shwrappers}:write_fasm", f"{sf}_write_fasm = {shwrappers}:write_fasm",
# f"{sf}_write_xml_rr_graph = {shwrappers}:write_xml_rr_graph", # Is this unused ???
# f"vpr_common = {shwrappers}:vpr_common",
# f"{sf}_analysis = {shwrappers}:analysis", # Is this unused ???
# f"{sf}_repack = {shwrappers}:repack", # Is this unused ???
# f"{sf}_generate_bitstream = {shwrappers}:generate_bitstream", # Is this unused ???
# f"{sf}_generate_libfile = {shwrappers}:generate_libfile", # Is this unused ???
# f"ql_{sf} = {shwrappers}:ql",
] ]
setuptools_setup( setuptools_setup(