1
0
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:
Miodrag Milanovic
2023-09-22 09:42:14 +02:00
committed by myrtle
parent 657d2898cf
commit 72546a2186

View File

@@ -28,7 +28,7 @@
NEXTPNR_NAMESPACE_BEGIN
typedef float delay_t;
typedef int delay_t;
// -----------------------------------------------------------------------