diff options
author | whitequark <whitequark@whitequark.org> | 2019-09-30 17:38:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 17:38:20 +0000 |
commit | 5c5881695dd6570b933eccfd323f8b0e60b62718 (patch) | |
tree | c41e1eeee78edc45ab650c622a7b78a228a39728 /tests/rpc/unix.ys | |
parent | ed47bd78e1896280955835a2acf28f08f11aac24 (diff) | |
parent | 99a7f39084cf4b9cd21e2a1e4f4a842993dfd147 (diff) | |
download | yosys-5c5881695dd6570b933eccfd323f8b0e60b62718.tar.gz yosys-5c5881695dd6570b933eccfd323f8b0e60b62718.tar.bz2 yosys-5c5881695dd6570b933eccfd323f8b0e60b62718.zip |
Merge pull request #1406 from whitequark/connect_rpc
rpc: new frontend
Diffstat (limited to 'tests/rpc/unix.ys')
-rw-r--r-- | tests/rpc/unix.ys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rpc/unix.ys b/tests/rpc/unix.ys new file mode 100644 index 000000000..cc7ec14ab --- /dev/null +++ b/tests/rpc/unix.ys @@ -0,0 +1,6 @@ +!python3 frontend.py unix-socket frontend.sock & sleep 0.1 +connect_rpc -path frontend.sock +read_verilog design.v +hierarchy -top top +flatten +select -assert-count 1 t:$neg |