The forum has been disabled due to the impossible maintenance from an overload of spam. It'll remain disabled until a better solution to the spam can be found.
A new forum is now at https://forum.alchitry.com
If you need support, you can contact us at support@alchitry.com
Search found 834 matches
- August 15th, 2018, 10:47 am
- Forum: Announcements
- Topic: Disabled Forum
- Replies: 0
- Views: 33382
Re: Spartan 7
No firm ETA yet but check out https://www.facebook.com/alchitry or https://twitter.com/alchitry for updates!
- May 9th, 2018, 12:05 pm
- Forum: General
- Topic: include binary test data
- Replies: 1
- Views: 2459
Re: include binary test data
You can store it in a ROM. Check out how we stored instructions for the CPU in this tutorial https://embeddedmicro.com/blogs/tutorials/basic-cpu
If you have a lot of data (or stuff that changes a lot) you can write a small script to generate the file.
If you have a lot of data (or stuff that changes a lot) you can write a small script to generate the file.
- May 9th, 2018, 12:02 pm
- Forum: General
- Topic: Success with Mojo and creating hexadecimal counter components
- Replies: 1
- Views: 2408
Re: Success with Mojo and creating hexadecimal counter components
Hey Dan,
We don't currently have a supported way to add your own components but it is a common feature request that will get added.
You can do as you mentioned and edit the built in library but know that it'll get undone with the next update to the library or IDE.
Justin
We don't currently have a supported way to add your own components but it is a common feature request that will get added.
You can do as you mentioned and edit the built in library but know that it'll get undone with the next update to the library or IDE.
Justin
- May 9th, 2018, 12:00 pm
- Forum: Project Ideas
- Topic: SoundCompass
- Replies: 9
- Views: 11121
Re: SoundCompass
You need to use the Mojo Loader (https://embeddedmicro.com/pages/mojo-loader) to load standalone bin files right now.
- May 9th, 2018, 11:59 am
- Forum: Help
- Topic: JScript runtime error
- Replies: 4
- Views: 3182
Re: JScript runtime error
Try rolling it back and see if ISE behaves.
- May 9th, 2018, 11:58 am
- Forum: Help
- Topic: Pseudorandom number within a range
- Replies: 1
- Views: 2280
Re: Pseudorandom number within a range
If you can make your range fit a power of 2 just pick a subset of bits that it outputs. For example if 0-31 is acceptable then just use the first five bits of the output. To get it to an arbitrary range is a little harder to do efficiently. The simplest way is to truncate to the closest range (ie fo...
- May 9th, 2018, 11:50 am
- Forum: Help
- Topic: frame buffer help
- Replies: 1
- Views: 2079
Re: frame buffer help
I'm assuming you're trying to make some RGB LEDs controllable over HDMI. How to do this really depends on how many LEDs you have. If you don't have THAT many you can probably get everything to fit nicely in the FPGA's internal RAM. Simply make a block ram with enough space to store the colors of eac...
- May 9th, 2018, 11:46 am
- Forum: Help
- Topic: Can't download ISE Design Suite from Xilinx downloads page.
- Replies: 1
- Views: 2133
Re: Can't download ISE Design Suite from Xilinx downloads page.
I just tried and it started downloading for me. Maybe they had a temporary issue with their site.
- May 9th, 2018, 11:45 am
- Forum: Help
- Topic: MOJO communication problems
- Replies: 2
- Views: 2470
Re: MOJO communication problems
What OS are you using (looks like Windows, but is it 10?) are you running it in a VM?
You shouldn't have to flash the firmware but it won't hurt.
You shouldn't have to flash the firmware but it won't hurt.