mirror of https://github.com/YosysHQ/nextpnr.git
made delay_t int type
This commit is contained in:
parent
657d2898cf
commit
72546a2186
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
||||
typedef float delay_t;
|
||||
typedef int delay_t;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue