#40 Table constructs in the generated liberty file...
# general
g
#40 Table constructs in the generated liberty files cause warnings Issue opened by mithro Originally reported in #37 The table constructs should have a form which looks like this;
Copy code
lu_table_template ("del_1_7_7") {
		variable_1 : "input_net_transition";
		index_1("1, 2, 3, 4, 5, 6, 7");
		variable_2 : "total_output_net_capacitance";
		index_2("1, 2, 3, 4, 5, 6, 7");
	}
	power_lut_template ("power_outputs_1") {
		variable_1 : "input_transition_time";
		index_1("1, 2, 3, 4, 5, 6, 7");
		variable_2 : "total_output_net_capacitance";
		index_2("1, 2, 3, 4, 5, 6, 7");
	}
	lu_table_template ("constraint_3_0_1") {
		variable_1 : "related_pin_transition";
		index_1("1, 2, 3");
	}
	lu_table_template ("vio_3_3_1") {
		variable_1 : "related_pin_transition";
		index_1("1, 2, 3");
		variable_2 : "constrained_pin_transition";
		index_2("1, 2, 3");
	}
	power_lut_template ("power_inputs_1") {
		variable_1 : "input_transition_time";
		index_1("1, 2, 3, 4, 5, 6, 7");
	}
	lu_table_template ("driver_waveform_template") {
		variable_1 : "input_net_transition";
		index_1("1, 2");
		variable_2 : "normalized_voltage";
		index_2("1, 2");
	}
	normalized_driver_waveform ("driver_waveform_template") {
		driver_waveform_name : "ramp";
		index_1("0.0100000, 0.0230506, 0.0531329, 0.1224745, 0.2823108, 0.5000000, 0.6507428, 1.5000000");
		index_2("0.0000000, 0.5000000, 1.0000000");
		values("0.0000000e+00, 8.3333333e-03, 1.6666667e-02", \
		  "0.0000000e+00, 1.9208818e-02, 3.8417635e-02", \
		  "0.0000000e+00, 4.4277440e-02, 8.8554881e-02", \
		  "0.0000000e+00, 1.0206207e-01, 2.0412415e-01", \
		  "0.0000000e+00, 2.3525901e-01, 4.7051801e-01", \
		  "0.0000000e+00, 4.1666667e-01, 8.3333333e-01", \
		  "0.0000000e+00, 5.4228568e-01, 1.0845714e+00", \
		  "0.0000000e+00, 1.2500000e+00, 2.5000000e+00");
	}
google/skywater-pdk