mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-15 16:11:33 +00:00
made delay_t int type
This commit is contained in:
committed by
myrtle
parent
657d2898cf
commit
72546a2186
@@ -28,7 +28,7 @@
|
||||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
||||
typedef float delay_t;
|
||||
typedef int delay_t;
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user