./gradlew compileJava about environment configuration #1036
Replies: 5 comments 10 replies
-
Now I try to config the softwire in the other computer (Windows) and move the softwire to my work computer (Linux), then try to run |
Beta Was this translation helpful? Give feedback.
-
You can setup RapidWright such that it won't require network/Internet access. Try doing the following on a computer with Internet access:
To run the GUI in Linux after you have setup RapidWright in Windows, you not be able to run the DeviceBrowser since it requires a jar specific to the OS. Gradle will configure the jars to work for Windows if you set it up first there. You could avoid this by using Windows Subsystem for Linux to emulate a Linux environment, or you can download the jars directly from the release website:
|
Beta Was this translation helpful? Give feedback.
-
I have download the "rapidwright_data" file ( only [RapidWright 2024.1.1-beta Release](rapidwright_data.zip not data2.zip) and replaced the file in the /RapidWright/data, then I run this command But the "parts.db" is in the data folder, it looks like I run this command still need network, so what command should I run? about the RWRoute and other command. Another question : rapidwright_data.zip (2024.1.1)== rapidwright_data.zip(2024.1.0)+ rapidwright_data2.zip (2024.1.0) |
Beta Was this translation helpful? Give feedback.
-
To be honest, I don't know anything about java, I learn this tool with the goal of improving PnR about vivado (gain insight into the architecture of FPGA and try to update verilog code structure or constraints), I'm not sure if this tool is still right for me. |
Beta Was this translation helpful? Give feedback.
-
Hi clavin
About question 1 About question2 |
Beta Was this translation helpful? Give feedback.
-
The command
./gradlew compileJava
needs network, but in my case, I don't have the network, I had download the gradle in the other computer and move to my work computer; but there still have a lot of files to be downloaded, I don't know which file should be changed.And a important issue "Does this software work without the internet connection after environment configuration has been done?"
Beta Was this translation helpful? Give feedback.
All reactions