Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2022-11-17 10:03:42 -07:00
parent 48d6e00419
commit 9bdd01f01a
16 changed files with 212 additions and 542 deletions
-6
View File
@@ -105,8 +105,6 @@ public:
Clock *masterClk() const { return master_clk_; }
bool masterClkInfered() const { return master_clk_infered_; }
void setInferedMasterClk(Clock *master_clk);
Pin *pllOut() const { return pll_out_; }
Pin *pllFdbk() const { return pll_fdbk_; }
int divideBy() const { return divide_by_; }
int multiplyBy() const { return multiply_by_; }
float dutyCycle() const { return duty_cycle_; }
@@ -138,8 +136,6 @@ protected:
bool add_to_pins,
Pin *src_pin,
Clock *master_clk,
Pin *pll_out,
Pin *pll_fdbk,
int divide_by,
int multiply_by,
float duty_cycle,
@@ -165,8 +161,6 @@ protected:
bool add_to_pins_;
// Hierarchical pins in pins_ become driver pins through the pin.
PinSet leaf_pins_;
Pin *pll_out_;
Pin *pll_fdbk_;
float period_;
FloatSeq *waveform_;
bool waveform_valid_;
-2
View File
@@ -348,8 +348,6 @@ public:
bool add_to_pins,
Pin *src_pin,
Clock *master_clk,
Pin *pll_out,
Pin *pll_fdbk,
int divide_by,
int multiply_by,
float duty_cycle,
-2
View File
@@ -277,8 +277,6 @@ public:
bool add_to_pins,
Pin *src_pin,
Clock *master_clk,
Pin *pll_out,
Pin *pll_fdbk,
int divide_by,
int multiply_by,
float duty_cycle,