]> Joshua Wise's Git repositories - mandelfpga.git/blobdiff - mandelsim.c
add comment and sim build rule
[mandelfpga.git] / mandelsim.c
index 16bdf466ecc57ce972357d0f19ab3089f68adc38..2ce2feb3f3ea81cf3b36a38d1834599dd30916d4 100644 (file)
@@ -5,6 +5,9 @@
 #define YRES 480
 #define MAX_ITER 66
 #define MAXNUM 0x8000
+
+/* be sure to change the number of bits in the multiplier when doing this
+ * bits > 14 need extension of num_t to unsigned int */
 #define BITS 14
 #define BAIL (1 << (BITS + 1))
 #define BAIL_A (1 << BITS)
This page took 0.022019 seconds and 4 git commands to generate.