We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a sentence in the Makefile:
partition: $(logicalFile) $(mapFile_floating) python3.7 $(galapagosPythonDir)/map_s2s.py --fpgaFile=$(galapagosPythonDir)/fpga.json --ipDir=$(ipDir) --logicalFile=$(logicalFile) --mapFile=$(mapFile_floating)
I have no idea where is the file map_s2s.py. I can not find it in any repository of galapagos, neither in UofT-HPRC/galapagos/middleware/python and tarafdar/galapagos/middleware/python. How can I find this file? What dose the make partition command actually do?
map_s2s.py
make partition
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a sentence in the Makefile:
I have no idea where is the file
map_s2s.py
. I can not find it in any repository of galapagos,neither in UofT-HPRC/galapagos/middleware/python
and tarafdar/galapagos/middleware/python.
How can I find this file? What dose the
make partition
command actually do?The text was updated successfully, but these errors were encountered: