Re: [casper] ClockConstraint arguments order

2024-03-01 Thread Bopage Kumarasiri
( signal=”B”, name=”A” , freq=None , period=3.000, port_en=False, virtual_en=False, waveform_min=0.000 , waveform_max=1.500) Hope this helps. From: casper@lists.berkeley.edu on behalf of Ken Semanov Date: Friday, 1 March 2024 at 19:39 To: casper@lists.berkeley.edu Subject: [casper] ClockConstraint

[casper] ClockConstraint arguments order

2024-03-01 Thread Ken Semanov
Say the xdc file required this line create_clock -period 3.000 -name A -waveform {0.000 1.500} -add [get_pins B] Where would the A and B be placed in the constructor of ClockConstraint? CC = ClockConstraint( signal=??, name=?? , freq=None , period=3.000, port_en=False, virtual_en=False,