Skip to content

Commit

Permalink
cn0561: Fixed critical warning during make (#1159)
Browse files Browse the repository at this point in the history
The busy_sync pulse was replaced by an axi pwm generator IP, so the
constraint in xdc file is no longer needed.
  • Loading branch information
ladace authored Aug 22, 2023
1 parent e42877d commit ae09b8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/cn0561/coraz7s/system_constr.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ set_property -dict {PACKAGE_PIN T15 IOSTANDARD LVCMOS33} [get_ports cn0561_odr]

set_property -dict {PACKAGE_PIN V13 IOSTANDARD LVCMOS33} [get_ports cn0561_pdn]

set_false_path -to [get_pins -hierarchical * -filter {NAME=~*busy_sync/inst/cdc_sync_stage1_reg[0]/D}]

0 comments on commit ae09b8a

Please sign in to comment.