setup: add more entry point scripts
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
5c805fa88f
commit
b8761201d7
|
@ -62,12 +62,20 @@ wrapper_entrypoints = [
|
|||
f"{sf}_write_bitstream = {shwrappers}:write_bitstream",
|
||||
f"{sf}_write_fasm = {shwrappers}:write_fasm",
|
||||
] if F4PGA_FAM == 'xc7' else [
|
||||
f"{sf}_synth = {shwrappers}:synth",
|
||||
f"{sf}_pack = {shwrappers}:pack",
|
||||
f"{sf}_repack = {shwrappers}:repack",
|
||||
f"{sf}_place = {shwrappers}:place",
|
||||
f"{sf}_route = {shwrappers}:route",
|
||||
f"{sf}_write_fasm = {shwrappers}:write_fasm",
|
||||
f"{sf}_generate_bitstream = {shwrappers}:generate_bitstream",
|
||||
f"{sf}_analysis = {shwrappers}:analysis",
|
||||
f"ql_{sf} = {shwrappers}:ql",
|
||||
f"vpr_common = {shwrappers}:vpr_common",
|
||||
]
|
||||
|
||||
|
||||
|
||||
setuptools_setup(
|
||||
name=packagePath.name,
|
||||
version="0.0.0",
|
||||
|
|
Loading…
Reference in New Issue