Skip to content

Commit

Permalink
Fix typo in parameterized example.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 714080584
  • Loading branch information
grebe authored and copybara-github committed Jan 10, 2025
1 parent bc00d58 commit bfef75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xls/examples/parameterized/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ xls_dslx_library(
xls_dslx_ir(
name = "design_ir",
dslx_top = "design_top",
ir_file = "desing.ir",
ir_file = "design.ir",
library = "design_lib",
)

xls_ir_opt_ir(
name = "design_opt_ir",
src = "desing.ir",
src = "design.ir",
top = "__design__design_top",
)

Expand Down

0 comments on commit bfef75d

Please sign in to comment.