You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like dadff7e removed the `fud`
command-line tool. This brings it back—with the goal of being able to
`uv tool install ./fud`. I think it is exciting that no one noticed for
a little while; that means that no one tried to set up OG fud from
scratch in that time!
I am still getting some errors, when I do this install with `uv`, about
a missing dependency on the `calyx-py` library. But we're getting
closer?
Copy file name to clipboardExpand all lines: docs/running-calyx/fud/xilinx.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,6 @@ You can set `fud` up to use either a local installation of the Xilinx tools or o
17
17
The simplest way to use the Xilinx tools is to synthesize RTL or HLS designs to collect statistics about them.
18
18
This route will not produce actual, runnable executables; see the next section for that.
19
19
20
-
### Installing Dependencies
21
-
22
-
`fud` uses extra dependencies to invoke the Xilinx toolchains.
23
-
Run the following command to install all required dependencies:
24
-
```
25
-
cd fud && flit install -s --deps all
26
-
```
27
-
28
20
### Setting up Remote Tools
29
21
30
22
> Follow these instructions if you're attempting to run `vivado` or `vivado-hls` on a server from your local machine. If you are working directly on a server with these tools, skip to the [run instructions](#run).
0 commit comments