Skip to content

Commit

Permalink
BUILD: fix comment
Browse files Browse the repository at this point in the history
orfs_floorplan() is a supported flow, nothing hacky, but
the user must make sure that only floorplan arguments
are passed in.

Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jan 31, 2025
1 parent a1bf257 commit 0ed4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ orfs_flow(
orfs_floorplan(
name = "lb_32x128_shared_synth_floorplan",
src = ":lb_32x128_synth",
# HACK! orfs_floorplan() isn't really meant to be called directly
# Make sure we're not passing in any non-floorplan arguments
arguments = get_stage_args("floorplan", {}, LB_ARGS, {}),
data = LB_STAGE_SOURCES["floorplan"],
variant = "blah",
Expand Down

0 comments on commit 0ed4da2

Please sign in to comment.