Change dout to negative clock edge relative

This commit is contained in:
Matt Guthaus 2019-01-11 09:51:05 -08:00
parent a25e0f6c8c
commit f0ab155172
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class lib:
self.lib.write(" timing(){ \n")
self.lib.write(" timing_sense : non_unate; \n")
self.lib.write(" related_pin : \"clk{0}\"; \n".format(read_port))
self.lib.write(" timing_type : rising_edge; \n")
self.lib.write(" timing_type : negative_edge; \n")
self.lib.write(" cell_rise(CELL_TABLE) {\n")
self.write_values(self.char_port_results[read_port]["delay_lh"],len(self.loads)," ")
self.lib.write(" }\n") # rise delay