]> git.nickg.me.uk Git - nvc.git/commit
Add an experimental browser-based GUI
authorNick Gasson <nick@nickg.me.uk>
Fri, 9 Jun 2023 11:36:41 +0000 (12:36 +0100)
committerNick Gasson <nick@nickg.me.uk>
Mon, 6 Nov 2023 22:00:13 +0000 (22:00 +0000)
commitd143c1a99168843abf9d66ba664979e858895d15
tree5b7a12e304564a0bd4f6305e891d2dd8b477e1bb
parent9de0748594c7a68edfc4b07fc753ab5204ca0c80
Add an experimental browser-based GUI
39 files changed:
.gitignore
Makefile.am
configure.ac
contrib/gui/.eslintignore [new file with mode: 0644]
contrib/gui/.eslintrc.js [new file with mode: 0644]
contrib/gui/Makemodule.am [new file with mode: 0644]
contrib/gui/README.md [new file with mode: 0644]
contrib/gui/babel.config.js [new file with mode: 0644]
contrib/gui/component/App.tsx [new file with mode: 0644]
contrib/gui/component/ClosedAlert.tsx [new file with mode: 0644]
contrib/gui/component/Sidebar.tsx [new file with mode: 0644]
contrib/gui/component/SignalPanel.tsx [new file with mode: 0644]
contrib/gui/component/Toolbar.tsx [new file with mode: 0644]
contrib/gui/component/Transcript.css [new file with mode: 0644]
contrib/gui/component/Transcript.tsx [new file with mode: 0644]
contrib/gui/component/WaveView.css [new file with mode: 0644]
contrib/gui/component/WaveView.tsx [new file with mode: 0644]
contrib/gui/dist.mk [new file with mode: 0644]
contrib/gui/index.css [new file with mode: 0644]
contrib/gui/index.html [new file with mode: 0644]
contrib/gui/index.ts [new file with mode: 0644]
contrib/gui/jest.config.js [new file with mode: 0644]
contrib/gui/lib/conduit.ts [new file with mode: 0644]
contrib/gui/lib/measure-text.ts [new file with mode: 0644]
contrib/gui/lib/model.ts [new file with mode: 0644]
contrib/gui/lib/react-util.ts [new file with mode: 0644]
contrib/gui/lib/time-util.ts [new file with mode: 0644]
contrib/gui/lib/trace.ts [new file with mode: 0644]
contrib/gui/package-lock.json [new file with mode: 0644]
contrib/gui/package.json [new file with mode: 0644]
contrib/gui/test/conduit.test.ts [new file with mode: 0644]
contrib/gui/test/time-util.test.ts [new file with mode: 0644]
contrib/gui/test/trace.test.ts [new file with mode: 0644]
contrib/gui/tsconfig.json [new file with mode: 0644]
contrib/gui/vite.config.ts [new file with mode: 0644]
src/nvc.c
src/rt/shell.c
src/server.c
test/questa.sh