Skip to content

Commit

Permalink
xls: examples: find_index: Add GDS generation rule
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
  • Loading branch information
lpawelcz committed Jul 28, 2023
1 parent 32cabee commit 59a61ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xls/examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ load(
load("@rules_hdl//verilog:providers.bzl", "verilog_library")
load("@rules_hdl//synthesis:build_defs.bzl", "synthesize_rtl")
load("@rules_hdl//place_and_route:build_defs.bzl", "place_and_route")
load("@rules_hdl//gds_write:build_defs.bzl", "gds_write")

package(
default_applicable_licenses = ["//:license"],
Expand Down Expand Up @@ -589,6 +590,11 @@ place_and_route(
target_die_utilization_percentage = "30",
)

gds_write(
name = "find_index_asic",
implemented_rtl = ":find_index_place_and_route",
)

xls_dslx_library(
name = "apfloat_fmac_dslx",
srcs = ["apfloat_fmac.x"],
Expand Down

0 comments on commit 59a61ab

Please sign in to comment.