mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +00:00
io: refactor string and file work into new unit
This commit is contained in:
parent
8fd40942e9
commit
7c6d2b44a5
17 changed files with 592 additions and 520 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "kernel/sigtools.h"
|
||||
#include "kernel/celltypes.h"
|
||||
#include "kernel/log.h"
|
||||
#include "kernel/utils.h"
|
||||
#include "libs/sha1/sha1.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue